createAudiosFromVideo

abstract fun createAudiosFromVideo(videoFill: DesignBlock, options: AudioFromVideoOptions = AudioFromVideoOptions()): List<DesignBlock>

Create multiple audio blocks by extracting all audio tracks from a video fill block.

Return

a list of handles for the newly created audio blocks, one per track.

Parameters

videoFill

the video fill block to extract audio from.

options

the options for configuring the audio extraction operation.